Skip to content

更新退款审批结果

商户可通过调用此接口,更新“申请退款”单据的退款审批结果。 官方文档

js
wxpay
.
v3
.
merchantService
.
complaintsV2
.
_complaint_id_
.
updateRefundProgress
.
post
({
action
,
launch_refund_day
,
reject_reason
,
reject_media_list
,
remark
,
}, {
complaint_id
})
.
then
(({
status
, }) =>
status
=== 204)

Released under the MIT License. (SITEMAP)